From 8428ef44fcad5e2699a1d697e667286ef4b35561 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 May 1993 22:02:16 +0000 Subject: [PATCH] Delete spurious paren outputting short_usage. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index be1dbb6aa78..0481fdba7f0 100755 --- a/configure1.in +++ b/configure1.in @@ -280,7 +280,7 @@ if [ "${configuration}" = "" ]; then echo "- Looks like this is a ${configuration}" 1>&2 else echo '- Failed to guess the system type. You need to tell me.' 1>&2 - echo "${short_usage}") >&2 + echo "${short_usage}" >&2 exit 1 fi fi -- 2.30.2